JOYSTICK FIRE B
This command will return an integer value of one if the default joystick fire button B is pressed, otherwise zero will be returned.
Return Integer=JOYSTICK FIRE B()
The command will return a value of one if the default joystick fire button b is pressed, otherwise zero will be returned
do
cls
print "joystick fire a "+str$(joystick fire a())
print "joystick fire b "+str$(joystick fire b())
print "joystick fire c "+str$(joystick fire c())
print "joystick fire d "+str$(joystick fire d())
print "joystick fire x "+str$(joystick fire x(0))
loop
end
INPUT Commands Menu
Index